home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPSave.h - Handle all the runtime variations
- Author : Matthias Neeracher
- Started : 02Oct93 Language : MPW C
- Modified : 02Oct93 MN
- Last : 02Oct93
- *********************************************************************/
-
- #ifndef __MPSAVE__
- #define __MPSAVE__
-
- #include "MPGlobals.h"
-
- pascal OSErr DoSave(DPtr theDocument, FSSpec theFSSpec);
-
- #endif
-